Learning Grunt by Douglas Reynolds
Author:Douglas Reynolds [Reynolds, Douglas]
Language: eng
Format: azw3
Publisher: Packt Publishing
Published: 2016-03-28T04:00:00+00:00
In sample_project, there are some additional fields added during our Angular Seed project creation, which include private, description, repository, and licence:
Private: This instructs npm to never publish your project and prevents the possibility of accidentally publishing a private repository
Description: This is a brief excerpt that describes the project
Repository: This is the location of the project code
Licence: This defines how the application can be used by others
We have been watching the devDependencies section of the package.json develop as we have worked through the package installation process. The devDependencies is really just a simple JSON object whose properties define the package dependencies of our project. Notice each entry in devDependencies as it exists at this time:
"devDependencies": { "bower": "^1.3.1", "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.11.3", "grunt-contrib-less": "^1.0.1", "grunt-contrib-uglify": "^0.9.2", "grunt-contrib-watch": "^0.6.1", "http-server": "^0.6.1", "jasmine-core": "^2.3.4", "karma": "~0.12", "karma-chrome-launcher": "^0.1.12", "karma-firefox-launcher": "^0.1.6", "karma-jasmine": "^0.3.5", "karma-junit-reporter": "^0.2.2", "protractor": "^2.1.0", "shelljs": "^0.2.6" }
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Hello! Python by Anthony Briggs(9928)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9802)
The Mikado Method by Ola Ellnestam Daniel Brolund(9787)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8310)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7790)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7772)
Grails in Action by Glen Smith Peter Ledbrook(7705)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7567)
Windows APT Warfare by Sheng-Hao Ma(6939)
Layered Design for Ruby on Rails Applications by Vladimir Dementyev(6670)
Blueprints Visual Scripting for Unreal Engine 5 - Third Edition by Marcos Romero & Brenden Sewell(6535)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6424)
Kotlin in Action by Dmitry Jemerov(5074)
Hands-On Full-Stack Web Development with GraphQL and React by Sebastian Grebe(4323)
Solidity Programming Essentials by Ritesh Modi(4056)
Functional Programming in JavaScript by Mantyla Dan(4044)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3847)
Unity 3D Game Development by Anthony Davis & Travis Baptiste & Russell Craig & Ryan Stunkel(3791)
The Ultimate iOS Interview Playbook by Avi Tsadok(3769)
